home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.LineEdit < prev    next >
Encoding:
Text File  |  1991-07-01  |  754 b   |  35 lines  |  [TEXT/MPS ]

  1. ; File:  E16.LineEdit
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. leDupStrtUpErr GEQU $1401 ; duplicate LEStartup call
  9. leResetError GEQU $1402 ; can't reset Line Edit
  10. leNotActiveErr GEQU $1403 ; Line Edit not active
  11. leScrapErr GEQU $1404 ; desk scrap too big to copy
  12. leJustLeft GEQU $0000
  13. leJustCenter GEQU $0001
  14. leJustFill GEQU $0002
  15. leJustRight GEQU $FFFF
  16. ; offset constants for LERec
  17. oleLineHandle GEQU 0
  18. oleLength GEQU 4
  19. oleMaxLength GEQU 6
  20. oleDestRect GEQU 8
  21. oleViewRect GEQU 16
  22. olePort GEQU 24
  23. oleLineHite GEQU 28
  24. oleBaseHite GEQU 30
  25. oleSelStart GEQU 32
  26. oleSelEnd GEQU 34
  27. oleActFlg GEQU 36
  28. oleCarAct GEQU 38
  29. oleCarOn GEQU 40
  30. oleCarTime GEQU 42
  31. oleHiliteHook GEQU 46
  32. oleCaretHook GEQU 50
  33. oleJust GEQU 54
  34. olePWChar GEQU 56
  35.